home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / wc15_b.arc / UPDATE2.TXT < prev    next >
Text File  |  1991-03-22  |  9KB  |  137 lines

  1. WinComm Version 1.5 Utility Programs
  2.  
  3. Version 1.5 includes features that can make your communication experience much more enjoyable.   The first is Graphic Interchange Format or GIF (GIF is a service mark property of Compuserve Inc.) support.  This includes a file viewer, VIEWER.EXE and GIF support from within WinComm for online viewing GIF files as they are being downloaded.  The other is "Windows driver" (COMPAND.EXE) used to control many of the standard DOS programs that are used to compress and expand files.  Information used to control COMPAND.EXE is stored in the WIN.INI file.  The WinComm installation program sets default strings for ZIP, ZOO, ARC and LZH programs.
  4.  
  5. The remainder of this file which is UPDATE2.TXT, found in the WinComm MACRO directory, describes these features.
  6.  
  7. GIF Graphics
  8.  
  9. Operation of the VIEWER.EXE program
  10.  
  11. VIEWER.EXE can be used in two ways, as a stand alone viewer for GIF files stored on your computer and displaying GIF files under macro control.
  12.  
  13. For viewing GIF files stored on your computer:
  14. Start VIEWER.EXE by selecting the View Graphics... menu item on the WinComm command menu bar,
  15.  
  16. OR
  17. by double clicking the Viewer icon in the WinComm program group that was created during installation.
  18.  
  19. Select the file you want to view by highlighting the file in the file name list box and select OK.
  20.  
  21. The GIF file will be displayed in the Viewer window.
  22.  
  23. If the graphic is larger than can be displayed in the window, scroll bars allow the complete graphic to be viewed.  The View|Full Screen menu item will also be activated and when selected will use the full screen to display the graphic.
  24.  
  25. The graphic can be copied to the Clipboard as a Device Independent Bitmap (DIB), a normal bitmap or saved as a .BMP file by selecting the appropriate menu item.
  26.  
  27. To use the viewer from within a macro use the following statement:
  28.  
  29. (RUN(GETSESSSTR(25)+"\viewer.exe",file.gif,1)))
  30.  
  31. where:
  32.  
  33. GETSESSSTR(25) returns the path where viewer.exe is installed
  34.  
  35. viewer.exe is the file name of the VIEWER program
  36.  
  37. file.gif is the name of the GIF file to display including the full path if the file is not in the macro directory.
  38.  
  39. "1" indicates to run the viewer program in the "restored" size.
  40.  
  41.  
  42. Viewing GIF graphics online:
  43.  
  44. NOTE
  45.  
  46. For proper operation when connected to Compuserve be sure to use the VIDTEX terminal type and the CSI-B+ file transfer protocol.
  47.  
  48. When connected to Compuserve, view only:
  49.  
  50. Enter the Compuserve command DISPLAY at any prompt that allows GIF file downloading or viewing online.  Depending on the forum where the file is located you may be asked if you want to use the B+ protocol, reply Yes.  When DISPLAYing a graphic in this way the file will not automatically be stored on your hard disk.  You can save the file as a bitmap (.BMP) by selecting the File|Save As... menu item in the VIEWER and name the file.
  51.  
  52. When connected to Compuserve, view and save as a GIF file:
  53.  
  54. Check the "View *.gif files during download" checkbox in the System|Defaults dialog box.  Enter the Compuserve command DOWN at any prompt that allows GIF file downloading.  The file will be displayed as it is downloaded as well as being saved on your hard disk.
  55.  
  56. When connected to any other service that allows downloading of GIF files:
  57.  
  58. Check the "View *.gif files during download" checkbox in the System|Defaults dialog box.  With this option checked and a GIF file is downloaded using any of WinComms' protocols, the file will display as well as be stored to your hard disk.
  59.  
  60. NOTES ABOUT GIF GRAPHICS AND WINDOWS
  61.  
  62. GIF graphics include their own "palette" which can contain from 2 to 255 or more colors.  The colors contained in the GIF palette are used by the GIF viewer to color each pixel in the graphic.  If a color is requested by the GIF that is not available on your Windows display screen, Windows will substitute the nearest color.  If your Windows display has only 16 solid colors, which is the case with VGA, the graphic may look very poor.  To view GIF graphics with the greatest accuracy you must use a graphics card with a corresponding Windows display driver that can display 255 or more solid colors.  Many of the VGA cards that are currently available have Windows drivers that can display 255 colors at a lower resolution than the 16 color driver.  If you want to view GIF graphics at the incredible fidelity they can provide, obtain one of the 255 color drivers and check it out.
  63.  
  64. COMPAND.EXE
  65.  
  66. COMPAND.EXE is a program that is used to start and send commands many of the DOS character based (as opposed to a Windows program) archive or file compression programs from within Windows.
  67.  
  68. NOTE
  69.  
  70. COMPAND.EXE is a "shell" program that does not itself provide file compression or expansion.  You must have one of the popular programs available to do file compression/expansion and insert its drive and directory in the WIN.INI file before COMPAND.EXE will operate properly.
  71.  
  72.  
  73. Entries in the WIN.INI are used by COMPAND.EXE to display options in the COMPAND.EXE dialog box as well as defining the commands to send to the archive program when it is started.  COMPAND.EXE is started with 2 command options, COMPAND.EXE C to compress files and COMPAND.EXE E to expand files.  Install creates two program items in the WinComm program group to run COMPAND.EXE with the proper options.  COMPAND.EXE can also be started by selecting Compress Files... or Expand Files... menu items using the WinComm command menu.
  74.  
  75. To use COMPAND be sure to verify these entries in the WIN.INI file.  Entries are made in the WIN.INI by the WinComm installation program for the most popular file compression programs and the most common commands you might want to use with them.  The only changes you will probably need to make in the WIN.INI file are the drive and path names for the extractname and compressname entries.  See the Editing your WIN.INI file section at the end of this file
  76.  
  77. To extract/expand files:
  78.  
  79. Run COMPAND.EXE E using the Program Manager or the WinComm command menu
  80.  
  81. Select the file you want to extract/expand in the Files list box
  82.  
  83. Select the option you want to use in the Command/Options drop down list box
  84.  
  85. Type the directory path name in the Destination Dir edit box
  86.  
  87. Select [OK]
  88.  
  89. To compress/archive files:
  90.  
  91. Run COMPAND.EXE C using the Program Manager or the WinComm command menu
  92.  
  93. Edit the Display Filter to show the files of interest, default is *.*
  94.  
  95. Select the option you want to use in the Command/Options drop down list box
  96.  
  97. Enter the compress/archive file name in the Destination Name edit box.
  98.  
  99. Select the Compression Type in the drop down list box
  100.  
  101. Select the files you want in the compress/archive file in the Files list box.  You can use the Shift and Ctrl keys to make multiple selections in the list box.  There is a limitation of approx 128 characters that can be passed to the program so you may need to make multiple selection and compress to the same file to get all files in the archive.
  102.  
  103. Select [OK]
  104. Editing your WIN.INI file
  105.  
  106. If you would like to add different compression/extraction programs or add to or change the options you can use the following information to edit your WIN.INI file.
  107.  
  108. [compression]
  109. types=arc,zip,lzh,zoo
  110.  
  111. The [compression] entry allows you to specify the types of compression programs you want to use with COMPAND.EXE.  
  112.  
  113. types=
  114. A comma separated string with the 3 letter file extension of the compressed file created by the utility you want to use.  The first entry in the string is the default compression type displayed in the "Files" edit box of the Extract dialog box.  All entries in "type=" are displayed in the "Compression Type" list box of the File Compress dialog box.
  115.  
  116. Additional sets of entries follow, one for each compression program you want to use.  They follow the form:
  117.  
  118. [ext]
  119. Square brackets containing the 3 letter extension of the compressed file of the compression program you want to use.  Must be the same three letter extension found in the "type" statement above.
  120.  
  121. extractname=path_program_name
  122. path_program_name = the path and name of the program you use to extract/expand files with the extension at the heading of this set.
  123.  
  124. compressname=path_program_name
  125. path_program_name = the path and name of the program you use to compress files with the extension at the heading of this set.
  126.  
  127. -Text to be displayed=command
  128.  
  129. This entry (beginning with the "-" ) will cause "Text to be displayed" to be shown in the "Command/Options" list box of the Extract dialog box.  The "command" string will be passed to the extraction program as a command line.
  130.  
  131. +Text to be displayed=command
  132.  
  133. This entry (beginning with the "+" ) will cause "Text to be displayed" to be shown in the "Command/Options" list box of the Compress dialog box.  The "command" string will be passed to the compression program as a command line.
  134.  
  135.  
  136.  
  137.